home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 September / Gamestar_65_2004-09_dvd.iso / Dema / bombermania_demo.exe / {app} / data.000 / scripts / sounds.script < prev   
Text File  |  2004-08-11  |  1KB  |  97 lines

  1. //==================================================================
  2. // PACMAN
  3. //==================================================================
  4.  
  5.  
  6.  
  7. // menu
  8. menu_move
  9. {
  10.     type sound
  11.     sound sounds/menuClick.ogg 
  12.     {
  13.         name menu_move
  14.     }
  15. }
  16.  
  17. menu_enter
  18. {
  19.     type sound
  20.     sound sounds/menuenter.ogg
  21.     {
  22.         name menu_enter
  23.     }
  24. }
  25.  
  26. menu_escape
  27. {
  28.     type sound
  29.     sound sounds/menuenter.ogg
  30.     {
  31.         name menu_escape
  32.     }
  33. }
  34.  
  35. menu_switch
  36. {
  37.     type sound
  38.     sound sounds/menuenter.ogg
  39.     {
  40.         name menu_switch
  41.     }
  42. }
  43.  
  44. menu_cheats
  45. {
  46.     type sound
  47.     sound sounds/menuok.ogg
  48.     {
  49.         name menu_ok
  50.     }
  51. }
  52.  
  53. menu_deny
  54. {
  55.     type sound
  56.     sound sounds/menuno.ogg
  57.     {
  58.         name menu_deny
  59.     }
  60. }
  61.  
  62. //GAME
  63. boom_snd
  64. {
  65.     type sound
  66.     sound sounds/boom.ogg
  67.     {
  68.         name boom_snd
  69.     }
  70. }
  71.  
  72. boom2_snd
  73. {
  74.     type sound
  75.     sound sounds/boom2.ogg
  76.     {
  77.         name boom_snd
  78.     }
  79. }
  80.  
  81. bonus_snd
  82. {
  83.     type sound
  84.     sound sounds/bonus.ogg
  85.     {
  86.         name bonus_snd
  87.     }
  88. }
  89.  
  90. portal_snd
  91. {
  92.     type sound
  93.     sound sounds/teleport.ogg
  94.     {
  95.         name bonus_snd
  96.     }
  97. }